home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / warpup1.lha / WarpUP-WarpOS / Source / semcorrupt.p < prev   
Text File  |  1997-06-22  |  545b  |  29 lines

  1.         incdir  include:
  2.         incdir  lvo:
  3.  
  4.         include powerpc/ppcmacros.i
  5.         include powerpc/powerpc.i
  6.         include powerpc/semaphoresPPC.i
  7.  
  8.         include powerpc_lib.i
  9.  
  10.         xref    _PowerPCBase
  11.         xref    _LinkerDB
  12.         executable
  13.         smalldata
  14.         version 8
  15. start
  16.         prolog  1024
  17.         la      r4,testsem
  18.         CALLPOWERPC     InitSemaphorePPC
  19.         la      r4,testsem
  20.         CALLPOWERPC     ObtainSemaphorePPC
  21.         la      r4,testsem
  22.         CALLPOWERPC     ReleaseSemaphorePPC
  23.         la      r4,testsem
  24.         CALLPOWERPC     ReleaseSemaphorePPC
  25.         epilog
  26.  
  27.         section bss
  28. testsem         ds.b    SSPPC_SIZE
  29.